home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / include.sel < prev    next >
Encoding:
Text File  |  1997-12-05  |  186 b   |  13 lines

  1.  
  2. exec @list >ram:tfile RAM: lformat "text *"%s*""@
  3.  
  4. color light
  5. text "Contents of RAM:"
  6. color dark
  7. include "ram:tfile"
  8.  
  9. button "Update Window" loadupdate
  10.  
  11. exec "delete >nil: ram:tfile"
  12.  
  13.